home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / c.hd_ / c.HDF
Encoding:
Text File  |  1995-03-05  |  26.2 KB  |  980 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for C
  3. ; /////////////////////////////////////////
  4.  
  5. ; C is case sensitive
  6.  
  7. Case
  8.  
  9. ; Comments
  10.  
  11. Comment          /* */
  12. Comment          //
  13.  
  14. ; To define constants, use a regular expression. The syntax is the same as
  15. ; described in the EW documentation.
  16.  
  17. Const             [1-9][0-9]@[uU]@[lL]@
  18. Const             0x[0-9a-fA-F]#[uU]@[lL]@
  19. Const             0[0-7]#[uU]@[lL]@
  20. Const             0[lL]
  21. Const             0
  22.  
  23. ; String delimiters
  24.  
  25. StringDelimiter "
  26. TokenDelimiters "',;.:*{}[]<>()=/+-#%|&!
  27. EscapeChar         \
  28.  
  29. ; Language keywords
  30.  
  31. Keyword          auto
  32. Keyword          break
  33. Keyword          case
  34. Keyword          cdecl
  35. Keyword          const
  36. Keyword          continue
  37. Keyword          default
  38. Keyword          do
  39. Keyword          else
  40. Keyword          extern
  41. Keyword          far
  42. Keyword          for
  43. Keyword          goto
  44. Keyword          huge
  45. Keyword          if
  46. Keyword          interrupt
  47. Keyword          near
  48. Keyword          pascal
  49. Keyword          register
  50. Keyword          return
  51. Keyword          sizeof
  52. Keyword          static
  53. Keyword          switch
  54. Keyword          typedef
  55. Keyword          void
  56. Keyword          volatile
  57. Keyword          while
  58.  
  59. ; Standard functions (ANSI only)
  60.  
  61. Function         _atold
  62. Function         _atold
  63. Function         _fmemchr
  64. Function         _fmemcmp
  65. Function         _fmemcpy
  66. Function         _fmemmove
  67. Function         _fmemset
  68. Function         _fmalloc
  69. Function         _fcalloc
  70. Function         _frealloc
  71. Function         _ffree
  72. Function         _fstrcat
  73. Function         _fstrchr
  74. Function         _fstrcmp
  75. Function         _fstrcpy
  76. Function         _fstrcspn
  77. Function         _fstricmp
  78. Function         _fstrlen
  79. Function         _fstrlwr
  80. Function         _fstrncat
  81. Function         _fstrncmp
  82. Function         _fstrncpy
  83. Function         _fstrpbrk
  84. Function         _fstrrchr
  85. Function         _fstrrev
  86. Function         _fstrset
  87. Function         _fstrspn
  88. Function         _fstrstr
  89. Function         _fstrtok
  90. Function         _strtold
  91. Function         abort
  92. Function         abs
  93. Function         acos
  94. Function         acosl
  95. Function         asctime
  96. Function         asinl
  97. Function         asin
  98. Function         assert
  99. Function         atan2
  100. Function         atan
  101. Function         atan2l
  102. Function         atanl
  103. Function         atexit
  104. Function         atof
  105. Function         atoi
  106. Function         atol
  107. Function         bsearch
  108. Function         calloc
  109. Function         ceill
  110. Function         ceil
  111. Function         clearerr
  112. Function         cosl
  113. Function         cos
  114. Function         ctime
  115. Function         difftime
  116. Function         div
  117. Function         exit
  118. Function         exp
  119. Function         expl
  120. Function         fabs
  121. Function         fabsl
  122. Function         fclose
  123. Function         fgetc
  124. Function         fgetpos
  125. Function         fgets
  126. Function         fmodl
  127. Function         fmod
  128. Function         fopen
  129. Function         fprintf
  130. Function         fputchar
  131. Function         fputs
  132. Function         fread
  133. Function         free
  134. Function         freopen
  135. Function         frexpl
  136. Function         frexp
  137. Function         fscanf
  138. Function         fseek
  139. Function         fsetpos
  140. Function         ftell
  141. Function         ftime
  142. Function         fwrite
  143. Function         getc
  144. Function         getchar
  145. Function         getenv
  146. Function         gets
  147. Function         gmtime
  148. Function         isalnum
  149. Function         isalpha
  150. Function         iscntrl
  151. Function         isdigit
  152. Function         isgraph
  153. Function         islower
  154. Function         isprint
  155. Function         ispunct
  156. Function         isspace
  157. Function         isupper
  158. Function         isxdigit
  159. Function         labs
  160. Function         ldexpl
  161. Function         ldexp
  162. Function         ldiv
  163. Function         localeconv
  164. Function         localtime
  165. Function         log10
  166. Function         log10l
  167. Function         log
  168. Function         logl
  169. Function         longjmp
  170. Function         malloc
  171. Function         mblen
  172. Function         mbstowcs
  173. Function         mbtowc
  174. Function         memchr
  175. Function         memcmp
  176. Function         memcpy
  177. Function         memmove
  178. Function         memset
  179. Function         mktime
  180. Function         modfl
  181. Function         modf
  182. Function         offsetof
  183. Function         perror
  184. Function         powl
  185. Function         pow
  186. Function         printf
  187. Function         putchar
  188. Function         putc
  189. Function         puts
  190. Function         qsort
  191. Function         raise
  192. Function         rand
  193. Function         realloc
  194. Function         remove
  195. Function         rename
  196. Function         rewind
  197. Function         scanf
  198. Function         setbuf
  199. Function         setjmp
  200. Function         setlocale
  201. Function         setvbuf
  202. Function         signal
  203. Function         sin
  204. Function         sinh
  205. Function         sprintf
  206. Function         sqrt
  207. Function         srand
  208. Function         sscanf
  209. Function         strcat
  210. Function         strchr
  211. Function         strcmp
  212. Function         strcoll
  213. Function         strcpy
  214. Function         strcspn
  215. Function         strerror
  216. Function         strftime
  217. Function         stricmp
  218. Function         strlen
  219. Function         strlwr
  220. Function         strncat
  221. Function         strncmp
  222. Function         strncpy
  223. Function         strpbrk
  224. Function         strrchr
  225. Function         strrev
  226. Function         strset
  227. Function         strspn
  228. Function         strstr
  229. Function         strtok
  230. Function         strtol
  231. Function         strtoul
  232. Function         tanh
  233. Function         tanhl
  234. Function         tanl
  235. Function         tanxfrm
  236. Function         time
  237. Function         tmpfile
  238. Function         tmpnam
  239. Function         tolower
  240. Function         toupper
  241. Function         ungetc
  242. Function         va_arg
  243. Function         va_end
  244. Function         va_start
  245. Function         vfprintf
  246. Function         vprintf
  247. Function         vsprintf
  248. Function         wcstombs
  249. Function         wctomb
  250.  
  251. ; User Defined tokens (set #1) - We use this group to assign a color
  252. ; to the standard C types
  253.  
  254. UserFunc1         char
  255. UserFunc1         class
  256. UserFunc1         double
  257. UserFunc1         enum
  258. UserFunc1         float
  259. UserFunc1         int
  260. UserFunc1         long
  261. UserFunc1         short
  262. UserFunc1         signed
  263. UserFunc1         struct
  264. UserFunc1         union
  265. UserFunc1         unsigned
  266.  
  267. ; User Defined tokens (set #2)
  268. ; Preprocessor directives
  269.  
  270. UserFunc2         define
  271. UserFunc2         elif
  272. UserFunc2         endif
  273. UserFunc2         error
  274. UserFunc2         ifdef
  275. UserFunc2         ifndef
  276. UserFunc2         include
  277. UserFunc2         line
  278. UserFunc2         undef
  279.  
  280. ; User Defined tokens (set #3)
  281. ; Windows API
  282.  
  283. UserFunc3         AccessResource
  284. UserFunc3         AddAtom
  285. UserFunc3         AddFontResource
  286. UserFunc3         AdjustWindowRectEx
  287. UserFunc3         AdjustWindowRect
  288. UserFunc3         AllocDStoCSAlias
  289. UserFunc3         AllocResource
  290. UserFunc3         AllocSelector
  291. UserFunc3         AnimatePalette
  292. UserFunc3         AnsiLower
  293. UserFunc3         AnsiLowerBuff
  294. UserFunc3         AnsiNext
  295. UserFunc3         AnsiPrev
  296. UserFunc3         AnsiToOemBuff
  297. UserFunc3         AnsiToOem
  298. UserFunc3         AnsiUpperBuff
  299. UserFunc3         AnsiUpper
  300. UserFunc3         AnyPopup
  301. UserFunc3         AppendMenu
  302. UserFunc3         Arc
  303. UserFunc3         ArrangeIconicWindows
  304. UserFunc3         BeginDeferWindowPos
  305. UserFunc3         BeginPaint
  306. UserFunc3         BitBlt
  307. UserFunc3         BringWindowToTop
  308. UserFunc3         BuildCommDCB
  309. UserFunc3         CallMsgFilter
  310. UserFunc3         CallWindowProc
  311. UserFunc3         Catch
  312. UserFunc3         ChangeClipboardChain
  313. UserFunc3         ChangeMenu
  314. UserFunc3         ChangeSelector
  315. UserFunc3         CheckDlgButton
  316. UserFunc3         CheckMenuItem
  317. UserFunc3         CheckRadioButton
  318. UserFunc3         ChildWindowFromPoint
  319. UserFunc3         Chord
  320. UserFunc3         ClearCommBreak
  321. UserFunc3         ClientToScreen
  322. UserFunc3         ClipCursor
  323. UserFunc3         CloseClipboard
  324. UserFunc3         CloseComm
  325. UserFunc3         CloseMetaFile
  326. UserFunc3         CloseSound
  327. UserFunc3         CloseWindow
  328. UserFunc3         CombineRgn
  329. UserFunc3         CopyMetaFile
  330. UserFunc3         CopyRect
  331. UserFunc3         CountClipboardFormats
  332. UserFunc3         CountVoiceNotes
  333. UserFunc3         CreateBitmap
  334. UserFunc3         CreateBitmapIndirect
  335. UserFunc3         CreateBrushIndirect
  336. UserFunc3         CreateCaret
  337. UserFunc3         CreateCompatibleBitmap
  338. UserFunc3         CreateCompatibleDC
  339. UserFunc3         CreateCursor
  340. UserFunc3         CreateDC
  341. UserFunc3         CreateDialog
  342. UserFunc3         CreateDialogIndirect
  343. UserFunc3         CreateDialogParam
  344. UserFunc3         CreateDialogIndirectParam
  345. UserFunc3         CreateDIBitmap
  346. UserFunc3         CreateDIBPatternBrush
  347. UserFunc3         CreateDiscardableBitmap
  348. UserFunc3         CreateEllipticRgn
  349. UserFunc3         CreateEllipticRgnIndirect
  350. UserFunc3         CreateFont
  351. UserFunc3         CreateFontIndirect
  352. UserFunc3         CreateHatchBrush
  353. UserFunc3         CreateIC
  354. UserFunc3         CreateIcon
  355. UserFunc3         CreateMenu
  356. UserFunc3         CreateMetaFile
  357. UserFunc3         CreatePalette
  358. UserFunc3         CreatePatternBrush
  359. UserFunc3         CreatePenIndirect
  360. UserFunc3         CreatePen
  361. UserFunc3         CreatePolygonRgn
  362. UserFunc3         CreatePolyPolygonRgn
  363. UserFunc3         CreatePopupMenu
  364. UserFunc3         CreateRectRgnIndirect
  365. UserFunc3         CreateRectRgn
  366. UserFunc3         CreateRoundRectRgn
  367. UserFunc3         CreateSolidBrush
  368. UserFunc3         CreateWindow
  369. UserFunc3         CreateWindowEx
  370. UserFunc3         DebugBreak
  371. UserFunc3         DefDlgProc
  372. UserFunc3         DeferWindowPos
  373. UserFunc3         DefFrameProc
  374. UserFunc3         DefHookProc
  375. UserFunc3         DefMDIChildProc
  376. UserFunc3         DefWindowProc
  377. UserFunc3         DeleteAtom
  378. UserFunc3         DeleteDC
  379. UserFunc3         DeleteMenu
  380. UserFunc3         DeleteMetaFile
  381. UserFunc3         DeleteObject
  382. UserFunc3         DestroyCaret
  383. UserFunc3         DestroyCursor
  384. UserFunc3         DestroyIcon
  385. UserFunc3         DestroyMenu
  386. UserFunc3         DestroyWindow
  387. UserFunc3         DialogBox
  388. UserFunc3         DialogBoxIndirect
  389. UserFunc3         DialogBoxParam
  390. UserFunc3         DialogBoxIndirectParam
  391. UserFunc3         DispatchMessage
  392. UserFunc3         DlgDirListComboBox
  393. UserFunc3         DlgDirList
  394. UserFunc3         DlgDirSelect
  395. UserFunc3         DlgDirSelectComboBox
  396. UserFunc3         DPtoLP
  397. UserFunc3         DrawFocusRect
  398. UserFunc3         DrawIcon
  399. UserFunc3         DrawMenuBar
  400. UserFunc3         DrawText
  401. UserFunc3         Ellipse
  402. UserFunc3         EmptyClipboard
  403. UserFunc3         EnableHardwareInput
  404. UserFunc3         EnableMenuItem
  405. UserFunc3         EnableWindow
  406. UserFunc3         EndDeferWindowPos
  407. UserFunc3         EndDialog
  408. UserFunc3         EndPaint
  409. UserFunc3         EnumChildWindows
  410. UserFunc3         EnumClipboardFormats
  411. UserFunc3         EnumFonts
  412. UserFunc3         EnumMetaFile
  413. UserFunc3         EnumObjects
  414. UserFunc3         EnumTaskWindows
  415. UserFunc3         EqualRect
  416. UserFunc3         EqualRgn
  417. UserFunc3         Escape
  418. UserFunc3         EscapeCommFunction
  419. UserFunc3         ExcludeClipRect
  420. UserFunc3         ExcludeUpdateRgn
  421. UserFunc3         ExitWindows
  422. UserFunc3         ExtFloodFill
  423. UserFunc3         ExtTextOut
  424. UserFunc3         FatalAppExit
  425. UserFunc3         FatalExit
  426. UserFunc3         FillRect
  427. UserFunc3         FillRgn
  428. UserFunc3         FindAtom
  429. UserFunc3         FindResource
  430. UserFunc3         FindWindow
  431. UserFunc3         FlashWindow
  432. UserFunc3         FloodFill
  433. UserFunc3         FlushComm
  434. UserFunc3         FrameRect
  435. UserFunc3         FrameRgn
  436. UserFunc3         FreeModule
  437. UserFunc3         Free
  438. UserFunc3         FreeLibrary
  439. UserFunc3         FreeProcInstance
  440. UserFunc3         FreeResource
  441. UserFunc3         FreeSelector
  442. UserFunc3         GetActiveWindow
  443. UserFunc3         GetAspectRatioFilter
  444. UserFunc3         GetAsyncKeyState
  445. UserFunc3         GetAtomHandle
  446. UserFunc3         GetAtomName
  447. UserFunc3         GetBitmapBits
  448. UserFunc3         GetBitmapDimension
  449. UserFunc3         GetBkColor
  450. UserFunc3         GetBkMode
  451. UserFunc3         GetBrushOrg
  452. UserFunc3         GetCapture
  453. UserFunc3         GetCaretBlinkTime
  454. UserFunc3         GetCaretPos
  455. UserFunc3         GetCharWidth
  456. UserFunc3         GetClassInfo
  457. UserFunc3         GetClassLong
  458. UserFunc3         GetClassName
  459. UserFunc3         GetClassWord
  460. UserFunc3         GetClientRect
  461. UserFunc3         GetClipboardData
  462. UserFunc3         GetClipboardViewer
  463. UserFunc3         GetClipboardFormatName
  464. UserFunc3         GetClipboardOwner
  465. UserFunc3         GetClipBox
  466. UserFunc3         GetCodeHandle
  467. UserFunc3         GetCodeInfo
  468. UserFunc3         GetCommError
  469. UserFunc3         GetCommEventMask
  470. UserFunc3         GetCommState
  471. UserFunc3         GetCurrentPDB
  472. UserFunc3         GetCurrentPosition
  473. UserFunc3         GetCurrentTask
  474. UserFunc3         GetCurrentTime
  475. UserFunc3         GetCursorPos
  476. UserFunc3         GetDCOrg
  477. UserFunc3         GetDC
  478. UserFunc3         GetDesktopHwnd
  479. UserFunc3         GetDesktopWindow
  480. UserFunc3         GetDeviceCaps
  481. UserFunc3         GetDialogBaseUnits
  482. UserFunc3         GetDIBits
  483. UserFunc3         GetDlgCtrlID
  484. UserFunc3         GetDlgItemInt
  485. UserFunc3         GetDlgItem
  486. UserFunc3         GetDlgItemText
  487. UserFunc3         GetDOSEnvironment
  488. UserFunc3         GetDoubleClickTime
  489. UserFunc3         GetDriveType
  490. UserFunc3         GetEnvironment
  491. UserFunc3         GetFocus
  492. UserFunc3         GetFreeSpace
  493. UserFunc3         GetInputState
  494. UserFunc3         GetInstanceData
  495. UserFunc3         GetKBCodePage
  496. UserFunc3         GetKeyboardType
  497. UserFunc3         GetKeyboardState
  498. UserFunc3         GetKeyNameText
  499. UserFunc3         GetKeyState
  500. UserFunc3         GetLastActivePopup
  501. UserFunc3         GetMapMode
  502. UserFunc3         GetMenuCheckMarkDimensions
  503. UserFunc3         GetMenuItemCount
  504. UserFunc3         GetMenuItemID
  505. UserFunc3         GetMenuState
  506. UserFunc3         GetMenu
  507. UserFunc3         GetMenuString
  508. UserFunc3         GetMessagePos
  509. UserFunc3         GetMessageTime
  510. UserFunc3         GetMessage
  511. UserFunc3         GetMetaFileBits
  512. UserFunc3         GetMetaFile
  513. UserFunc3         GetModuleFileName
  514. UserFunc3         GetModuleHandle
  515. UserFunc3         GetModuleUsage
  516. UserFunc3         GetNearestColor
  517. UserFunc3         GetNearestPaletteIndex
  518. UserFunc3         GetNextDlgGroupItem
  519. UserFunc3         GetNextDlgTabItem
  520. UserFunc3         GetNextWindow
  521. UserFunc3         GetNumTasks
  522. UserFunc3         GetObject
  523. UserFunc3         GetPaletteEntries
  524. UserFunc3         GetParent
  525. UserFunc3         GetPixel
  526. UserFunc3         GetPolyFillMode
  527. UserFunc3         GetPriorityClipboardFormat
  528. UserFunc3         GetPrivateProfileInt
  529. UserFunc3         GetPrivateProfileString
  530. UserFunc3         GetProcAddress
  531. UserFunc3         GetProfileInt
  532. UserFunc3         GetProfileString
  533. UserFunc3         GetProp
  534. UserFunc3         GetRgnBox
  535. UserFunc3         GetROP2
  536. UserFunc3         GetScrollPos
  537. UserFunc3         GetScrollRange
  538. UserFunc3         GetStockObject
  539. UserFunc3         GetStretchBltMode
  540. UserFunc3         GetSubMenu
  541. UserFunc3         GetSysColor
  542. UserFunc3         GetSysModalWindow
  543. UserFunc3         GetSystemDirectory
  544. UserFunc3         GetSystemMenu
  545. UserFunc3         GetSystemMetrics
  546. UserFunc3         GetSystemPaletteEntries
  547. UserFunc3         GetSystemPaletteUse
  548. UserFunc3         GetTabbedTextExtent
  549. UserFunc3         GetTempDrive
  550. UserFunc3         GetTempFileName
  551. UserFunc3         GetTextAlign
  552. UserFunc3         GetTextCharacterExtra
  553. UserFunc3         GetTextColor
  554. UserFunc3         GetTextExtent
  555. UserFunc3         GetTextFace
  556. UserFunc3         GetTextMetrics
  557. UserFunc3         GetThresholdEvent
  558. UserFunc3         GetThresholdStatus
  559. UserFunc3         GetTickCount
  560. UserFunc3         GetTopWindow
  561. UserFunc3         GetUpdateRect
  562. UserFunc3         GetUpdateRgn
  563. UserFunc3         GetVersion
  564. UserFunc3         GetViewportExt
  565. UserFunc3         GetViewportOrg
  566. UserFunc3         GetWindowDC
  567. UserFunc3         GetWindowExt
  568. UserFunc3         GetWindowLong
  569. UserFunc3         GetWindowOrg
  570. UserFunc3         GetWindowRect
  571. UserFunc3         GetWindowsDirectory
  572. UserFunc3         GetWindow
  573. UserFunc3         GetWindowTask
  574. UserFunc3         GetWindowTextLength
  575. UserFunc3         GetWindowText
  576. UserFunc3         GetWindowWord
  577. UserFunc3         GetWinFlags
  578. UserFunc3         GlobalAddAtom
  579. UserFunc3         GlobalAlloc
  580. UserFunc3         GlobalCompact
  581. UserFunc3         GlobalDeleteAtom
  582. UserFunc3         GlobalDosAlloc
  583. UserFunc3         GlobalDosFree
  584. UserFunc3         GlobalFindAtom
  585. UserFunc3         GlobalFix
  586. UserFunc3         GlobalFlags
  587. UserFunc3         GlobalFree
  588. UserFunc3         GlobalGetAtomName
  589. UserFunc3         GlobalHandle
  590. UserFunc3         GlobalLock
  591. UserFunc3         GlobalLRUNewest
  592. UserFunc3         GlobalLRUOldest
  593. UserFunc3         GlobalNotify
  594. UserFunc3         GlobalPageLock
  595. UserFunc3         GlobalPageUnlock
  596. UserFunc3         GlobalReAlloc
  597. UserFunc3         GlobalSize
  598. UserFunc3         GlobalUnfix
  599. UserFunc3         GlobalUnlock
  600. UserFunc3         GlobalUnlock
  601. UserFunc3         GlobalUnWire
  602. UserFunc3         GlobalWire
  603. UserFunc3         GrayString
  604. UserFunc3         HideCaret
  605. UserFunc3         HiliteMenuItem
  606. UserFunc3         InflateRect
  607. UserFunc3         InitAtomTable
  608. UserFunc3         InSendMessage
  609. UserFunc3         InsertMenu
  610. UserFunc3         IntersectClipRect
  611. UserFunc3         IntersectRect
  612. UserFunc3         InvalidateRect
  613. UserFunc3         InvalidateRgn
  614. UserFunc3         InvertRect
  615. UserFunc3         InvertRgn
  616. UserFunc3         IsCharAlpha
  617. UserFunc3         IsCharAlphaNumeric
  618. UserFunc3         IsCharLower
  619. UserFunc3         IsCharUpper
  620. UserFunc3         IsChild
  621. UserFunc3         IsClipboardFormatAvailable
  622. UserFunc3         IsDialogMessage
  623. UserFunc3         IsDlgButtonChecked
  624. UserFunc3         IsIconic
  625. UserFunc3         IsRectEmpty
  626. UserFunc3         IsWindowEnabled
  627. UserFunc3         IsWindow
  628. UserFunc3         IsWindowVisible
  629. UserFunc3         IsZoomed
  630. UserFunc3         KillTimer
  631. UserFunc3         lclose
  632. UserFunc3         lcreat
  633. UserFunc3         LimitEmsPages
  634. UserFunc3         LineTo
  635. UserFunc3         llseek
  636. UserFunc3         LoadAccelerators
  637. UserFunc3         LoadBitmap
  638. UserFunc3         Load
  639. UserFunc3         LoadCursor
  640. UserFunc3         LoadIcon
  641. UserFunc3         LoadLibrary
  642. UserFunc3         LoadMenuIndirect
  643. UserFunc3         LoadMenu
  644. UserFunc3         LoadModule
  645. UserFunc3         LoadResource
  646. UserFunc3         LoadString
  647. UserFunc3         LocalAlloc
  648. UserFunc3         LocalCompact
  649. UserFunc3         LocalFlags
  650. UserFunc3         LocalFree
  651. UserFunc3         LocalHandle
  652. UserFunc3         LocalInit
  653. UserFunc3         LocalLock
  654. UserFunc3         LocalReAlloc
  655. UserFunc3         LocalShrink
  656. UserFunc3         LocalSize
  657. UserFunc3         LocalUnlock
  658. UserFunc3         LockResource
  659. UserFunc3         LockSegment
  660. UserFunc3         lopen
  661. UserFunc3         LPtoDP
  662. UserFunc3         lread
  663. UserFunc3         lstrcat
  664. UserFunc3         lstrcmp
  665. UserFunc3         lstrcmpi
  666. UserFunc3         lstrcpy
  667. UserFunc3         lstrlen
  668. UserFunc3         lwrite
  669. UserFunc3         MakeProcInstance
  670. UserFunc3         MapDialogRect
  671. UserFunc3         MapVirtualKey
  672. UserFunc3         MessageBeep
  673. UserFunc3         MessageBox
  674. UserFunc3         ModifyMenu
  675. UserFunc3         MoveTo
  676. UserFunc3         MoveWindow
  677. UserFunc3         MulDiv
  678. UserFunc3         OemKeyScan
  679. UserFunc3         OemToAnsiBuff
  680. UserFunc3         OemToAnsi
  681. UserFunc3         OffsetClipRgn
  682. UserFunc3         OffsetRect
  683. UserFunc3         OffsetRgn
  684. UserFunc3         OffsetViewportOrg
  685. UserFunc3         OffsetWindowOrg
  686. UserFunc3         OpenClipboard
  687. UserFunc3         OpenComm
  688. UserFunc3         OpenFile
  689. UserFunc3         OpenIcon
  690. UserFunc3         OpenSound
  691. UserFunc3         OutputDebugString
  692. UserFunc3         PaintRgn
  693. UserFunc3         PatBlt
  694. UserFunc3         PeekMessage
  695. UserFunc3         Pie
  696. UserFunc3         PlayMetaFileRecord
  697. UserFunc3         PlayMetaFile
  698. UserFunc3         Polygon
  699. UserFunc3         Polyline
  700. UserFunc3         PolyPolygon
  701. UserFunc3         PostAppMessage
  702. UserFunc3         PostMessage
  703. UserFunc3         PostQuitMessage
  704. UserFunc3         PrestoChangoSelector
  705. UserFunc3         ProfClear
  706. UserFunc3         ProfFinish
  707. UserFunc3         ProfFlush
  708. UserFunc3         ProfInsChk
  709. UserFunc3         ProfSampRate
  710. UserFunc3         ProfSetup
  711. UserFunc3         ProfStart
  712. UserFunc3         ProfStop
  713. UserFunc3         PtInRect
  714. UserFunc3         PtInRegion
  715. UserFunc3         PtVisible
  716. UserFunc3         ReadComm
  717. UserFunc3         RealizePalette
  718. UserFunc3         Rectangle
  719. UserFunc3         RectInRegion
  720. UserFunc3         RectVisible
  721. UserFunc3         RegisterClass
  722. UserFunc3         RegisterClipboardFormat
  723. UserFunc3         RegisterWindowMessage
  724. UserFunc3         ReleaseCapture
  725. UserFunc3         ReleaseDC
  726. UserFunc3         RemoveFontResource
  727. UserFunc3         RemoveMenu
  728. UserFunc3         RemoveProp
  729. UserFunc3         ReplyMessage
  730. UserFunc3         ResizePalette
  731. UserFunc3         RestoreDC
  732. UserFunc3         RoundRect
  733. UserFunc3         SaveDC
  734. UserFunc3         ScaleViewportExt
  735. UserFunc3         ScaleWindowExt
  736. UserFunc3         ScreenToClient
  737. UserFunc3         ScrollDC
  738. UserFunc3         ScrollWindow
  739. UserFunc3         SelectClipRgn
  740. UserFunc3         SelectObject
  741. UserFunc3         SelectPalette
  742. UserFunc3         SendDlgItemMessage
  743. UserFunc3         SendMessage
  744. UserFunc3         SetActiveWindow
  745. UserFunc3         SetBitmapBits
  746. UserFunc3         SetBitmapDimension
  747. UserFunc3         SetBkColor
  748. UserFunc3         SetBkMode
  749. UserFunc3         SetBrushOrg
  750. UserFunc3         SetCapture
  751. UserFunc3         SetCaretBlinkTime
  752. UserFunc3         SetCaretPos
  753. UserFunc3         SetClassLong
  754. UserFunc3         SetClassWord
  755. UserFunc3         SetClipboardData
  756. UserFunc3         SetClipboardViewer
  757. UserFunc3         SetCommBreak
  758. UserFunc3         SetCommEventMask
  759. UserFunc3         SetCommState
  760. UserFunc3         SetCursorPos
  761. UserFunc3         SetCursor
  762. UserFunc3         SetDIBitsToDevice
  763. UserFunc3         SetDIBits
  764. UserFunc3         SetDlgItemInt
  765. UserFunc3         SetDlgItemText
  766. UserFunc3         SetDoubleClickTime
  767. UserFunc3         SetEnvironment
  768. UserFunc3         SetErrorMode
  769. UserFunc3         SetFocus
  770. UserFunc3         SetHandleCount
  771. UserFunc3         SetKeyboardState
  772. UserFunc3         SetMapMode
  773. UserFunc3         SetMapperFlags
  774. UserFunc3         SetMenu
  775. UserFunc3         SetMenuItemBitmaps
  776. UserFunc3         SetMessageQueue
  777. UserFunc3         SetMetaFileBits
  778. UserFunc3         SetPaletteEntries
  779. UserFunc3         SetParent
  780. UserFunc3         SetPixel
  781. UserFunc3         SetPolyFillMode
  782. UserFunc3         SetProp
  783. UserFunc3         SetRect
  784. UserFunc3         SetRectEmpty
  785. UserFunc3         SetRectRgn
  786. UserFunc3         SetROP2
  787. UserFunc3         SetScrollPos
  788. UserFunc3         SetScrollRange
  789. UserFunc3         SetSoundNoise
  790. UserFunc3         SetStretchBltMode
  791. UserFunc3         SetSwapAreaSize
  792. UserFunc3         SetSysColors
  793. UserFunc3         SetSysModalWindow
  794. UserFunc3         SetSystemPaletteUse
  795. UserFunc3         SetTextAlign
  796. UserFunc3         SetTextCharacterExtra
  797. UserFunc3         SetTextColor
  798. UserFunc3         SetTextJustification
  799. UserFunc3         SetTimer
  800. UserFunc3         SetViewportExt
  801. UserFunc3         SetViewportOrg
  802. UserFunc3         SetVoiceAccent
  803. UserFunc3         SetVoiceEnvelope
  804. UserFunc3         SetVoiceNote
  805. UserFunc3         SetVoiceQueueSize
  806. UserFunc3         SetVoiceSound
  807. UserFunc3         SetVoiceThreshold
  808. UserFunc3         SetWindowExt
  809. UserFunc3         SetWindowLong
  810. UserFunc3         SetWindowOrg
  811. UserFunc3         SetWindowPos
  812. UserFunc3         SetWindowsHook
  813. UserFunc3         SetWindowText
  814. UserFunc3         SetWindowWord
  815. UserFunc3         ShowCaret
  816. UserFunc3         ShowCursor
  817. UserFunc3         ShowOwnedPopups
  818. UserFunc3         ShowScrollBar
  819. UserFunc3         ShowWindow
  820. UserFunc3         SizeofResource
  821. UserFunc3         StartSound
  822. UserFunc3         StopSound
  823. UserFunc3         StretchBlt
  824. UserFunc3         StretchDIBits
  825. UserFunc3         SwapMouseButton
  826. UserFunc3         SwapRecording
  827. UserFunc3         SwitchStackBack
  828. UserFunc3         SwitchStackTo
  829. UserFunc3         SyncAllVoices
  830. UserFunc3         TabbedTextOut
  831. UserFunc3         TextOut
  832. UserFunc3         Throw
  833. UserFunc3         ToAscii
  834. UserFunc3         TrackPopupMenu
  835. UserFunc3         TranslateMDISysAccel
  836. UserFunc3         TranslateAccelerator
  837. UserFunc3         TranslateMessage
  838. UserFunc3         TransmitCommChar
  839. UserFunc3         UngetCommChar
  840. UserFunc3         UnhookWindowsHook
  841. UserFunc3         UnionRect
  842. UserFunc3         UnlockResource
  843. UserFunc3         UnlockSegment
  844. UserFunc3         UnrealizeObject
  845. UserFunc3         UnregisterClass
  846. UserFunc3         UpdateColors
  847. UserFunc3         UpdateWindow
  848. UserFunc3         ValidateCodeSegments
  849. UserFunc3         ValidateFreeSpaces
  850. UserFunc3         ValidateRect
  851. UserFunc3         ValidateRgn
  852. UserFunc3         VkKeyScan
  853. UserFunc3         WaitMessage
  854. UserFunc3         WaitSoundState
  855. UserFunc3         WindowFromPoint
  856. UserFunc3         WinExec
  857. UserFunc3         WinHelp
  858. UserFunc3         WriteProfileString
  859. UserFunc3         WriteComm
  860. UserFunc3         WritePrivateProfileString
  861. UserFunc4         wsprintf
  862. UserFunc3         wvsprintf
  863. UserFunc3         Yield
  864.  
  865. ;Windows 3.1 specific APIs
  866.  
  867. UserFunc4         AbortDoc
  868. UserFunc4         CallNextHookEx
  869. UserFunc4         CloseDriver
  870. UserFunc4         CopyCursor
  871. UserFunc4         CopyIcon
  872. UserFunc4         CopyLZFile
  873. UserFunc4         CreateScalableFontResource
  874. UserFunc4         DebugOutput
  875. UserFunc4         DefDriverProc
  876. UserFunc4         DirectedYield
  877. UserFunc4         DlgDirSelectComboBoxEx
  878. UserFunc4         DlgDirSelectEx
  879. UserFunc4         DragAcceptFiles
  880. UserFunc4         DragFinish
  881. UserFunc4         DragQueryFile
  882. UserFunc4         DragQueryPoint
  883. UserFunc4         EnableCommNotification
  884. UserFunc4         EnableScrollBar
  885. UserFunc4         EndDocAPI
  886. UserFunc4         EndPage
  887. UserFunc4         EnumFontFamilies
  888. UserFunc4         ExitWindowsExec
  889. UserFunc4         GetAspectRatioFilterEx
  890. UserFunc4         GetBitmapDimensionEx
  891. UserFunc4         GetBoundsRect
  892. UserFunc4         GetBrushOrgEx
  893. UserFunc4         GetCharABCWidths
  894. UserFunc4         GetClipCursor
  895. UserFunc4         GetCurrentPositionEx
  896. UserFunc4         GetCursor
  897. UserFunc4         GetDCEx
  898. UserFunc4         GetDriverInfo
  899. UserFunc4         GetDriverModuleHandle
  900. UserFunc4         GetExpandedName
  901. UserFunc4         GetFileTitle
  902. UserFunc4         GetFontData
  903. UserFunc4         GetFreeSystemResources
  904. UserFunc4         GetGlyphOutline
  905. UserFunc4         GetKerningPairs
  906. UserFunc4         GetMessageExtraInfo
  907. UserFunc4         GetNextDriver
  908. UserFunc4         GetOpenClipboardWindow
  909. UserFunc4         GetOutlineTextMetrics
  910. UserFunc4         GetQueueStatus
  911. UserFunc4         GetRasterizerCaps
  912. UserFunc4         GetSelectorBase
  913. UserFunc4         GetSelectorLimit
  914. UserFunc4         GetSystemDebugState
  915. UserFunc4         GetTextExtentPoint
  916. UserFunc4         GetTimerResolution
  917. UserFunc4         GetViewportExtEx
  918. UserFunc4         GetViewportOrgEx
  919. UserFunc4         GetWinDebugInfo
  920. UserFunc4         GetWindowExtEx
  921. UserFunc4         GetWindowOrgEx
  922. UserFunc4         GetWindowPlacement
  923. UserFunc4         IsBadCodePtr
  924. UserFunc4         IsBadHugeReadPtr
  925. UserFunc4         IsBadHugeWritePtr
  926. UserFunc4         IsBadReadPtr
  927. UserFunc4         IsBadStringPtr
  928. UserFunc4         IsBadWritePtr
  929. UserFunc4         IsDBCSLeadByte
  930. UserFunc4         IsGDIObject
  931. UserFunc4         IsMenu
  932. UserFunc4         IsTask
  933. UserFunc4         LockInput
  934. UserFunc4         LockWindowUpdate
  935. UserFunc4         LogError
  936. UserFunc4         LogParamError
  937. UserFunc4         lstrcpyn
  938. UserFunc4         LZClose
  939. UserFunc4         LZCopy
  940. UserFunc4         LZDone
  941. UserFunc4         LZInit
  942. UserFunc4         LZOpenFile
  943. UserFunc4         LZRead
  944. UserFunc4         LZSeek
  945. UserFunc4         LZStart
  946. UserFunc4         MapWindowPoints
  947. UserFunc4         MoveToEx
  948. UserFunc4         OffsetViewportOrgEx
  949. UserFunc4         OffsetWindowOrgEx
  950. UserFunc4         OpenDriver
  951. UserFunc4         QueryAbort
  952. UserFunc4         QuerySendMessage
  953. UserFunc4         RedrawWindow
  954. UserFunc4         ScaleViewportExtEx
  955. UserFunc4         ScaleWindowExtEx
  956. UserFunc4         ScrollWindowEx
  957. UserFunc4         SendDriverMessage
  958. UserFunc4         SetAbortProc
  959. UserFunc4         SetBitmapDimensionEx
  960. UserFunc4         SetBoundsRect
  961. UserFunc4         SetMetaFileBitsBetter
  962. UserFunc4         SetSelectorBase
  963. UserFunc4         SetSelectorLimit
  964. UserFunc4         SetViewportExtEx
  965. UserFunc4         SetViewportOrgEx
  966. UserFunc4         SetWinDebugInfo
  967. UserFunc4         SetWindowExtEx
  968. UserFunc4         SetWindowOrgEx
  969. UserFunc4         SetWindowPlacement
  970. UserFunc4         SetWindowsHookEx
  971. UserFunc4         SpoolFile
  972. UserFunc4         StartDoc
  973. UserFunc4         StartPage
  974. UserFunc4         SubtractRect
  975. UserFunc4         SystemParametersInfo
  976. UserFunc4         UnhookWindowsHookEx
  977. UserFunc4         WNetAddConnection
  978. UserFunc4         WNetCancelConnection
  979. UserFunc4         WNetGetConnection
  980.